.pdfcatalogprint a.mt_catalog_print{
	display: block !important;
    margin: 0 0 10px;	
}
.pdfcatalogprint .hukpdf_print{
	display: block !important;
}
.pdfproductprint .block-buttonpdf{
	padding: 0 5px;
	display: block !important;
}
.block-buttonpdf .btn-pdf{
	display: block;
    width: 100%;
    line-height: 1.4;
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 10px;
    min-height: 44px;
    background-color: white;
    color: #606060;
    border-color: #606060;
    border-width: 1px;
    padding: 10px 18px;
	cursor:pointer;
}
.collectionpdf .message-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.huk-modalcustom .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.huk-modalcustom .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.huk-modalcustom .fade {
    transition: opacity .15s linear;
}
.huk-modalcustom .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.huk-modalcustom .modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
.huk-modalcustom .modal-content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 50%);
    outline: 0;
}
.huk-modalcustom .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
@media (min-width: 576px) {
.huk-modalcustom .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
.huk-modalcustom .modal-content {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 50%);
}
}
.huk-modalcustom .modal-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.huk-modalcustom .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.huk-modalcustom .form-group {
    margin-bottom: 1rem;
}
.huk-modalcustom .modal-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}
.huk-modalcustom [type=button], .huk-modalcustom button {
    -webkit-appearance: button;
}
.huk-modalcustom button{
    text-transform: none;
}
.huk-modalcustom .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.huk-modalcustom .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
}
.huk-modalcustom .justify-content-between {
    -webkit-justify-content: space-between!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.huk-modalcustom [type=button]:not(:disabled), .huk-modalcustom button:not(:disabled) {
    cursor: pointer;
}
.huk-modalcustom button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.huk-modalcustom .modal-header .close, .huk-modalcustom .modal-header .mailbox-attachment-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.huk-modalcustom .modal-dialog {
    position: relative;
    width: auto;
    margin: auto;
    pointer-events: none;
}
.huk-modalcustom .modal-body {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.huk-modalcustom .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.huk-modalcustom .modal-backdrop.show {
    opacity: .5;
}
/* The Modal (background) */
.collectionpdf {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.blockcontentpdf h4{ 
	border-bottom: 1px solid #e9ecef;
    padding-bottom: 20px;
}
.blockcontentpdf .form-label{
	margin-left: 5px;
}
.blockcontentpdf {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 450px;
  position: relative;
}
.blockcontentpdf .close svg{
	width: 15px;
	height: 15px;
}
.blockcontentpdf .form-group {
    margin-bottom: 1rem;
}

.blockcontentpdf .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.blockcontentpdf .close {
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 100;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(0,0,0,.7);
    opacity: .7;
    color: #fff!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    cursor: pointer;
}